AT

Syntax: AT [#ch,] row, column
     or AT [#ch,] column,row                  (pre AH ROMs only)
Location: QL ROM

AT sets the current print position in the given window (default #1) to the specifiedrow and column number.  The top left hand corner of any window is (0,0).  Unlike the PRINT parameter TO, this command does not print any spaces on screen, thus allowing you to place text precisely on screen without deleting any other parts of thescreen.

Example:
AT 10,0:PRINT 'This is line 10'

CROSS-REFERENCE:
CSIZE sets the current character size for the given window.
CURSOR allows you to set the print position more exactly.
PRINT actually prints things on screen at the current print position.
